DragStartHelper
constructor(@NonNull view: @NonNull View, @NonNull listener: @NonNull DragStartHelper.OnDragStartListener)(source)
Create a DragStartHelper associated with the specified view. The newly created helper is not initially attached to the view, attach must be called explicitly.
Parameters
view
A View
listener
listener for the drag events.